cURL
curl --request DELETE \ --url https://{client_id}.shipstream.app/api/global/v1/inventory/warehouses/{id}/locations/{location_id}
This response does not have an example.
Deletes an existing Location specified by the warehouse id and location_id path parameters.
id
location_id
The id of the referenced Warehouse.
Warehouse
The id of the referenced Location.
Location
OK - The operation completed successfully and there is no response body.